To perform an evaluation, run the following command in the terminal:

.. code-block:: shell

	neurecoDNN evaluate path/to/evaluation/configuration/file/eval.conf
	
The skeleton of an evaluation configuration file, here eval.conf, looks as follows.
Its fields should be filled according to the problem at hand.

.. code-block:: javascript
   :linenos:

    {
    "neurecoDNN_evaluate": {
        "exc_filenames": ["x_test.csv"],
        "model_output_format": "csv",
        "neureco_filename": "model.ednn",
        "write_model_output_to_directory": "ModelOutputs"
    }
    }
	
| The available evaluation parameters in the configuration file are described in the following table. 

.. csv-table:: NeurEco evaluation parameters in python API
   :file: csv_tables/ConfNeurEcoEvaluatingParameters.csv
   :header-rows: 1
   :class: longtable
   :widths: 3, 3, 8
   :delim: ;
   :align: center